This command will delete an existing file.
DELETE FILE Filename
Filename
String The existing file name to delete
This command does not return a value.
The file must exist or the command will fail.
cls make file "test.txt" wait 1000*8 delete file "test.txt" do loop end
FILE Commands Menu Index